home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / libs / Pattern / LibMain.Doc < prev    next >
Text File  |  1992-01-27  |  796b  |  20 lines

  1. This interactive working program will match several strings to one pattern.
  2. If the 1st character of you string is a '+' or a '-', you tell the program
  3. whether you think the string will match to the pattern above or not.
  4.  
  5. If the library agrees to you, a smily :-) will be displayed, otherwise
  6. you'll see an anti smiley :-þ. If you didn't specify what you're thinking,
  7. you'll see this smiley :-?.
  8.  
  9. Strings that match will be displayed in the left column, the others in
  10. the right.
  11.  
  12. This is very useful for testfiles read by redirection.
  13.  
  14. 1> LibMain <test/pt1.tst
  15.  
  16. This command will read one of the testfile included in this package.  The
  17. first line is the pattern and all following lines are the strings to
  18. match.  Since the program needs a 'Q' to quit, the last string has to be
  19. 'q', '+q' or '-q'.
  20.